home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / cli / bootselector.lha / BootSelector.doc < prev    next >
Text File  |  1993-02-22  |  3KB  |  89 lines

  1.  
  2.                    ----------------------------------------
  3.                    Bootselector V2.0 (c) 1992 by Karl Lukas 
  4.                    ----------------------------------------
  5.  
  6. After a developping time  of about  one hour  and more than  one year of beta
  7. testing (that's why (c) 1992)  I'm proud to present a new  mindboggling piece
  8. of software to the astonished Amiga-community: (taterataa) Bootselector V2.0.
  9. (Even if it's the first release, it's worth it's 2.0 version number).
  10.  
  11. The purpose of this program should be self-explaining. The advantage of Boot-
  12. selector - compared to other bootselectors- is it's flexibility. That is, you
  13. have the ability to react on the user's (your) choice from an ordinary shell-
  14. script. I highly recommend to use Bootselector with a hard drive (ok, I guess
  15. that was not necessary to say ;-)  ).
  16.  
  17.  
  18. DISCLAIMER
  19.  
  20. I take no responsibility for exploding Amigas and other unexpected things.
  21.  
  22.  
  23. DISTRIBUTION (now this is really serious)
  24.  
  25. This software is FREEWARE. You may freely distribute it as long as the exe-
  26. cutable and this document are kept together. If you distribute it on a disk
  27. you may charge a nominal copy fee which may not be more than $2.30/sFr.3.-/
  28. DM3.- or equivalent INCLUDING THE DISK. GERMAN PD-SELLERS, KEEP YOUR HANDS
  29. OFF THIS PRODUCT IF YOU CAN'T TRADE AT THIS PRICE!!! There are enough people
  30. who can. (Users, please inform me if you paid more than the above price)
  31.                  THIS DOCUMENT MUST NOT BE CHANGED!!!
  32.  
  33.  
  34. INSTALLATION
  35. ------------
  36.  
  37. o Bootselector needs the reqtools.library to be in LIBS:
  38. o Copy the executable anywhere you like
  39. o makedir SYS:Scripts
  40. o Copy your own shell-scripts to SYS:Scripts. There is no limitation to the
  41.   number of scripts you can choose from except disk-space.
  42. o add the following lines somewhere at the end of S:User-Startup:
  43.  
  44.     Assign Scripts: SYS:Scripts
  45.     [path]/Bootselector
  46.     IF warn
  47.       Echo Cancelled...
  48.     ELSE
  49.       Execute ram:exfile
  50.     ENDIF
  51.  
  52. After you installed everything correctly, a filerequester pops up after every
  53. reset.  Press  RETURN  or click on  Cancel if you want to execute the default
  54. startup-sequence. If you select a file from the list and click the OK button,
  55. this file will be copied to RAM:exfile, but it won't be executed. This enables
  56. you to react on  other events  (e.g. Ask)  before you  actually  execute  the
  57. script. You also have the possibility to run Bootselector at the beginning of
  58. S:User-Startup but execute the  selected  script-file at the end.  So  things
  59. like the following are possible:
  60.  
  61.     .
  62.     [path]/Bootselector
  63.     .
  64.     .   [other Shell commands]
  65.     .
  66.     
  67.     IF exists ram:exfile
  68.        Execute RAM:exfile
  69.     ELSE
  70.        [whateveryouwant]
  71.     .
  72.  
  73. All the files in the Scripts: directory will be displayed. So you don't  have
  74. to maintain a config-file. It is actually possible to copy  small executables
  75. to the Scripts: drawer and execute them by typing "RAM:Exfile", but I do  not
  76. recommend to do so.
  77.  
  78. I've been using Bootselector for more than a year now and there are no bugs!!
  79. ... OK?! NO BUGS!!!
  80.  
  81. (if you have any questions, contact me at
  82.  
  83.     kalle@gis.geogr.unizh.ch
  84. or
  85.     Karl Lukas
  86.     Konradstr. 51
  87.     CH-8005 Zuerich
  88.     Switzerland )
  89.